func runtime.sigprocmask
11 uses
runtime (current package)
os_linux.go#L178: sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
os_linux.go#L188: sigprocmask(_SIG_SETMASK, &oset, nil)
os_linux.go#L458: func sigprocmask(how int32, new, old *sigset) {
signal_unix.go#L1012: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1024: sigprocmask(_SIG_SETMASK, &sigBlocked, nil)
signal_unix.go#L1163: sigprocmask(_SIG_SETMASK, nil, p)
signal_unix.go#L1175: sigprocmask(_SIG_SETMASK, &sigmask, nil)
signal_unix.go#L1196: sigprocmask(_SIG_SETMASK, &sigsetAllExiting, nil)
signal_unix.go#L1199: sigprocmask(_SIG_SETMASK, &sigset_all, nil)
signal_unix.go#L1212: sigprocmask(_SIG_UNBLOCK, &set, nil)
signal_unix.go#L1260: sigprocmask(_SIG_SETMASK, &nmask, nil)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |